home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Programming / jpeg.lib / Readme < prev    next >
Text File  |  2001-05-27  |  2KB  |  45 lines

  1. Short:    V6.2a shared library to load/save jpegs
  2. Uploader: paulhuxham@yahoo.com (Paul Huxham)
  3. Author:   paulhuxham@yahoo.com (Paul Huxham)
  4. Type:     util/libs
  5.  
  6. For anyone who wants to use/manipulate jpeg files in their own
  7. applications, this library makes it very easy.
  8.  
  9. jpeg.library is a shared library that can be used to examine, load and save
  10. jpeg images. You can have multiple jpegs objects (load/save), supports all
  11. the standard jpeg quality and smoothing parameters and can scale loaded
  12. images (smaller). Jpeg image data can reside on disk or in memory. You can
  13. read and write application markers with simple tags, or read/write X and Y
  14. aspect ratios/densities in a standard Adobe application marker.
  15.  
  16. Example programs included.
  17.  
  18. Version 6.2a adds the following features:
  19.  
  20. * Full application marker support. Markers may be read and written, or just
  21. copied from a decompression stream to a compression stream.
  22.  
  23. * Read and write the X and Y aspect ratio to/from standard Adobe markers
  24. (the defacto standard for storing this information).
  25.  
  26. * Library calls are provided to manipulate a stream's markers, or you may
  27. manipulate the linked list of markers yourself (example code provided).
  28.  
  29. * Fixes a bug resulting in a small memory loss if an allocate of a
  30. de/compression object fails.
  31.  
  32. * WarpUp version by Oliver Roberts.
  33.  
  34. * Preferences program for applications to control how often progress
  35. callbacks are called.
  36.  
  37. ** This software is based in part on the work of the Independent JPEG
  38. Group.
  39.  
  40. For the latest version of jpeg.library check the home page at:
  41.  
  42. http://mafeking.scouts.org.au/steeplesoftware
  43.  
  44. © 1998, 1999, 2000, 2001 Paul Huxham
  45.